DollarFormat(number) Returns number as a string formatted with two decimal places, thousands separator, dollar sign. Parentheses are used if number is negative. See also DecimalFormat and NumberFormat.
Returns number as a string formatted with two decimal places, thousands separator, dollar sign. Parentheses are used if number is negative.
See also DecimalFormat and NumberFormat.
Number being formatted.